Skip to main content

DSA

Curated list

List of OJs

Blogs to follow

Course

  • Paid
    • AlgoExpert

Algorithms

  • Searching Algorithm
    • Linear Search
    • Binary Search
  • Sorting Algorithms
    • Bubble Sort
    • Insertion Sort
    • Selection Sort
    • Heap Sort
    • Merge Sort
    • Quick Sort
  • Basic Math Algorithms
    • Euclid's Algorithm for GCD
    • Sieve of Eratosthenes
    • Bit Manipulations
  • Graph Algorithms
    • BFS & DFS
    • Dijkstra's Algorithm
  • Algorithms Tree
    • Inforder Traversal
    • Preorder Traversal
    • PostOrder Traversal
    • Kruskal Algorithm
  • Dynamic Programming
    • Floyd Warshal Algorithm
  • Back Tracking
  • Huffman Compression Algorithm

Complexity Analysis

  • Big O Notation

Communities